home *** CD-ROM | disk | FTP | other *** search
/ Mac Expert 1995 Winter / Mac Expert - Winter 95.iso / Les fichiers / Communications / Internet / TurboTCP 2.1 ƒ / TCL MiniTelnet source / CTerminalPane.README.note < prev    next >
Encoding:
Text File  |  1995-09-05  |  4.2 KB  |  129 lines  |  [TEXT/MMCC]

  1. CTerminalPane
  2. Version 1.0
  3. 16 August 1993
  4.  
  5. Copyright © 1993, FrostByte/Design
  6. Written by Eric Scouten
  7.  
  8.  
  9.  
  10. ** Contents
  11.    What CTerminalPane does
  12.    Copyright/freeware notice
  13.    Non-warranty and small print
  14.    Acknowledgements
  15.    How to reach me
  16.    Version history
  17.  
  18.  
  19. ** What CTerminalPane does
  20.    
  21.    CTerminalPane is a freeware library which provides a
  22. basic terminal display for the Think Class Library. In order
  23. to use it, you must already have Think C version 5.0 or
  24. higher. The library comes pre-configured for TC version 6.0;
  25. though it should be easy to rework it to use version 5.
  26.    
  27.    The library does not provide any fancy formatting
  28. options, does not include any terminal emulations (VT52,
  29. VT100, etc.), and does not offer scrollback. These are
  30. potential "wish-list" items to be included in later
  31. versions.
  32.  
  33.  
  34. ** Copyright/freeware notice
  35.    
  36.    This is a pretty simple hack, so I'm distributing it
  37. free of charge. You may use it as you wish in any program
  38. that you develop. It may be redistributed freely (or almost
  39. freely), provided that:
  40.    
  41.    (1) this notice remains with any source code
  42.         distribution,
  43.    (2) you do not redistribute any altered version.
  44.    
  45.    If you do make useful additions or fixes to this
  46. library, please send them to me and allow me to incorporate
  47. them into the next "official release" of the library. My e-
  48. mail & snail mail addresses are at the end of this document.
  49.    
  50.    If you write an interesting application with the
  51. library, consider sending me a copy.
  52.  
  53.  
  54. ** Non-warranty and small print
  55.    
  56.    This library is freeware; you can use it or distribute
  57. it as long as you don't charge for it. Minimal download
  58. costs (such as Compu$erve) are OK, although who would call
  59. Compu$erve's download costs reasonable?. Please do me a
  60. favor and keep this documentation file with the program. I
  61. don't guarantee any support, but I always answer my e-mail.
  62. If I don't answer e-mail it's because your message didn't
  63. get to me, I'm on vacation, or my reply bounced. (If you
  64. don't hear from me in a couple of days, try again and
  65. include a valid Internet address if you can.) It may be
  66. included on the Info-Mac CD, but not on any other CDs
  67. without my permission. It may NOT be included on any disk
  68. costing more than $5 without my permission.
  69.    
  70.    Okay, so this isn't small print. Not much you can do
  71. with a plain-text editor. Use your imagination...
  72.    
  73.    There is absolutely NO warranty, guarantee, hint,
  74. suggestion, or anything else that would lead anyone to think
  75. that CTerminalPane does anything stated in this
  76. documentation. It usually does not destroy data (systems,
  77. hardware, etc.), and typically works on my Mac Centris 610
  78. with System 7.1. I don't have the opportunity to test my
  79. software with other Mac models, so I won't guarantee success
  80. with them. If it works in your application and your system
  81. (or especially if it doesn't!), send me a postcard or some e-
  82. mail and let me know!
  83.    
  84.    Eric Scouten (d/b/a FrostByte/Design) hereby disclaims
  85. all warranties relating to this software, whether express or
  86. implied, including without limitation any implied warranties
  87. of merchantability or fitness for a particular purpose. Eric
  88. Scouten will not be liable for any special, incidental,
  89. consequential, indirect, or similar damages due to loss of
  90. data or any other reason, even if Eric Scouten or an agent
  91. of his has been advised of the possibility of such damages.
  92. In no event shall Eric Scouten be liable for any damages,
  93. regardless of the form of the claim. The person using the
  94. software bears all risk as to the quality and performance of
  95. the software.
  96.  
  97.  
  98. ** Acknowledgements
  99.    
  100.    Thanks to everyone on the net for providing lots of
  101. useful information and good humor. Thanks to Peter Lewis for
  102. allowing me to mangle parts of his license agreement and
  103. call it mine. And thanks to Symantec for providing a
  104. development environment that made it interesting to program
  105. again.
  106.  
  107.  
  108. ** How to reach me
  109.      
  110.      Eric Scouten            (US snail-mail)
  111.      FrostByte/Design
  112.      PO Box 13536
  113.      Minneapolis, MN 55414-5536
  114.      
  115.      +1 612 626 0746            (office phone)
  116.      
  117.      scouten@staff.tc.umn.edu    (e-mail, best way to
  118.                              reach me)
  119.    
  120.    All of these addresses should be valid for a couple of
  121. years or so.
  122.  
  123.  
  124. ** Version history
  125.  
  126. 1.0: 16 August 1993
  127.    *    Initial release
  128.    
  129.